netsqlazman_AuthorizationsTable 
EntityType  Independent 
Logical Entity Name  netsqlazman_AuthorizationsTable 
Default Table Name  netsqlazman_AuthorizationsTable 
Logical Only  NO 
Definition 
 
Note 
 

netsqlazman_AuthorizationsTable Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
AuthorizationId(PK)    INTEGER  NO 
 
ItemId(FK)    INTEGER  NO 
 
ownerSid    VARBINARY/BLOB(85)  NO 
 
ownerSidWhereDefined    TINYINT  NO 
 
objectSid    VARBINARY/BLOB(85)  NO 
 
objectSidWhereDefined    TINYINT  NO 
 
AuthorizationType    TINYINT  NO 
 
ValidFrom    DATETIME  YES 
 
ValidTo    DATETIME  YES 
 

netsqlazman_AuthorizationsTable Keys 
Key Name  Key Type  Keys 
IX_Authorizations_1  Inversion Entry  ItemId, objectSid, objectSidWhereDefined, AuthorizationType, ValidFrom, ValidTo 
IX_Authorizations  Inversion Entry  ItemId, objectSid 
PK_Authorizations  PrimaryKey  AuthorizationId 

netsqlazman_AuthorizationsTable Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
netsqlazman_ItemsTable  Non-Identifying  One To Zero or More        ItemId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
netsqlazman_AuthorizationAttributesTable  Non-Identifying  One To Zero or More          NO 

netsqlazman_AuthorizationsTable Check Constraints 
Check Constraint Name  CheckConstraint 
CK_ValidFromToCheck  ([ValidFrom] IS NULL OR [ValidTo] IS NULL OR [ValidFrom]<=[ValidTo])